home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue43 / delay / TestDll.dpr < prev    next >
Encoding:
Text File  |  1999-01-28  |  173 b   |  14 lines

  1. library TestDll;
  2.  
  3. uses
  4.   TestDllUnit in 'TestDllUnit.pas';
  5.  
  6. exports
  7.   Routine1 index 1,
  8.   Routine2 index 2,
  9.   Routine3 index 3,
  10.   Routine4 index 4;
  11.  
  12. begin
  13. end.
  14.